home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / advwarn.arc / WARNING.TXT < prev   
Text File  |  1987-07-06  |  668b  |  14 lines

  1.      WARNING!  Microsoft's QuickBASIC compiler version 3.0 has a BUG in it
  2. that affects ADVBAS users!  If you compile a program using ADVBAS in the
  3. programming environment with the compile-to-BCOM30 option, the results
  4. will be unreliable at best.  If you need to generate stand-alone programs,
  5. do not use the programming environment with compile-to-BCOM30.  Instead,
  6. compile from the command line.  Check your QuickBASIC manual for more
  7. information if you are unfamiliar with that method.  A typical syntax will
  8. be:
  9.  
  10.    QB filename/O;
  11.  
  12. with a letter "O", not the number zero.  You may need additional switches
  13. besides the "/O", depending on your program.
  14.